.dropbtn {
    background-color: #4caf50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* .dropdown:visited .dropdown-content {
    display: block;
} */

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.text-green {
    color: #3c763d;
}

.d-none {
    display: none;
}

.p-0 {
    padding: 0;
}

.my-2 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.w-100 {
    width: 100%;
}

.w-3 {
    width: 33.3%;
}

.d-block {
    display: block;
}

.border-none {
    border: unset;
}

.custome-nav .active {
    border-bottom: 4px solid #f57d16;
}

.custome-nav a {
    color: black !important;
    text-align: center;
}

.form-button-group {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.form-group p,
label {
    color: black;
}

.d-flex {
    display: flex;
}

.me-2 {
    margin-right: 8px;
}

.ms-2 {
    margin-left: 8px;
}

.front-log {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.1px;
    color: #1b3e41;
}

.front-slug {
    display: block;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
    transition: color 0.3s ease;
    color: #5d6b6d !important;
}

.front-step-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.1px;
    color: #1b3e41;
}

.front-step-subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.1px;
    color: #1b3e41;
}

.webclix-color {
    color: #df453e !important;
    text-decoration: none;
}

.front-type-btn {
    background-color: #5d6b6d !important;
    margin-bottom: 4px;
}

.front-type-btn.next-btn {
    background-color: #00004c !important;
    margin-bottom: 4px;
}

.front-type-btn:active,
.front-type-btn:hover {
    background-color: #df453e !important;
}

.front-type-btn.active {
    background-color: #df453e !important;
}

.secondary-type-btn {
    background-color: #df453e !important;
    margin-bottom: 4px;
}

.secondary-type-btn:active,
.secondary-type-btn:hover {
    background-color: #00004c !important;
}

.secondary-type-btn.active {
    background-color: #00004c !important;
}

.btn:focus,
.btn.focus {
    border: 1px solid transparent !important;
    box-shadow: unset !important;
}

body {
    font-family: "Montserrat", sans-serif !important;
    /* font-size: 1.8em;
    font-weight: 700; */
    font-style: normal;
    line-height: 1.25em !important;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.1px;
    color: #1b3e41 !important;
}

.ftco-section {
    padding: 7em 0;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.setting-icon .login {
    color: #333 !important;
    display: block;
    position: absolute;
    width: 50px;
    height: 45px;
    padding-top: 5px;
    right: 24px;
    font-size: 2em;
    text-align: center;
    border-radius: 5px 0 0 5px;
    transition: all 0.5s ease;
}

.position-relative {
    position: relative;
}

.fs-20 {
    font-size: 20px;
}

.mt-3 {
    margin-top: 12px;
}
